home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TPGPKEYIMPORT / TPGPKEYIMPORT.txt
Text File  |  2004-10-12  |  3KB  |  128 lines

  1. object PgpKeyImport: TPgpKeyImport
  2.   Left = 200
  3.   Top = 110
  4.   Width = 630
  5.   Height = 326
  6.   Caption = 'Select Keys to Import'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Header: THeaderControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 622
  23.     Height = 25
  24.     DragReorder = False
  25.     Sections = <
  26.       item
  27.         ImageIndex = -1
  28.         MinWidth = 40
  29.         Text = 'Keys'
  30.         Width = 320
  31.       end
  32.       item
  33.         Alignment = taCenter
  34.         ImageIndex = -1
  35.         Text = 'Validity'
  36.         Width = 50
  37.       end
  38.       item
  39.         Alignment = taCenter
  40.         ImageIndex = -1
  41.         Text = 'Trust'
  42.         Width = 60
  43.       end
  44.       item
  45.         Alignment = taRightJustify
  46.         ImageIndex = -1
  47.         Text = 'Size'
  48.         Width = 50
  49.       end
  50.       item
  51.         ImageIndex = -1
  52.         MaxWidth = 2000
  53.         MinWidth = 2000
  54.         Text = 'Description'
  55.         Width = 2000
  56.       end>
  57.     OnSectionResize = HeaderSectionResize
  58.   end
  59.   object ListBox: TListBox
  60.     Left = 0
  61.     Top = 25
  62.     Width = 622
  63.     Height = 219
  64.     Style = lbOwnerDrawFixed
  65.     Align = alClient
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clBlack
  68.     Font.Height = -15
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ItemHeight = 16
  72.     MultiSelect = True
  73.     ParentFont = False
  74.     TabOrder = 0
  75.     OnClick = ListBoxClick
  76.     OnDrawItem = ListBoxDrawItem
  77.     OnKeyDown = ListBoxKeyDown
  78.     OnMouseDown = ListBoxMouseDown
  79.   end
  80.   object BottomPanel: TPanel
  81.     Left = 0
  82.     Top = 244
  83.     Width = 622
  84.     Height = 50
  85.     Align = alBottom
  86.     BevelOuter = bvNone
  87.     TabOrder = 2
  88.     object bSelectAll: TButton
  89.       Left = 30
  90.       Top = 10
  91.       Width = 107
  92.       Height = 31
  93.       Caption = '&Select All'
  94.       TabOrder = 0
  95.       OnClick = bSelectAllClick
  96.     end
  97.     object bUnselectAll: TButton
  98.       Left = 146
  99.       Top = 10
  100.       Width = 111
  101.       Height = 31
  102.       Caption = '&Unselect All'
  103.       TabOrder = 1
  104.       OnClick = bUnselectAllClick
  105.     end
  106.     object bImport: TButton
  107.       Left = 262
  108.       Top = 10
  109.       Width = 107
  110.       Height = 31
  111.       Caption = '&Import'
  112.       Default = True
  113.       ModalResult = 1
  114.       TabOrder = 2
  115.     end
  116.     object Cancel: TButton
  117.       Left = 378
  118.       Top = 10
  119.       Width = 111
  120.       Height = 31
  121.       Cancel = True
  122.       Caption = 'Cancel'
  123.       ModalResult = 2
  124.       TabOrder = 3
  125.     end
  126.   end
  127. end
  128.